home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 226-250 / disk_243 / imagelab / installfontsonly < prev    next >
Text File  |  1992-05-06  |  462b  |  24 lines

  1. ; Install the fonts only.
  2.  
  3. echo "Installing ImageLab V2.2 fonts"
  4.  
  5. if exists fonts:Ceres2
  6.     echo "Existing Ceres2 font not replaced."
  7. else
  8.     makedir fonts:Ceres2
  9.     copy 9b fonts:Ceres2/9b
  10.     copy Ceres.font fonts:Ceres2.font
  11.     echo "Installed Ceres2 font."
  12. endif
  13.  
  14. if exists fonts:Tau2
  15.     echo "Existing Tau2 font not replaced."
  16. else
  17.     makedir fonts:Tau2
  18.     copy 8 fonts:Tau2/8
  19.     copy Tau.font fonts:Tau2.font
  20.     echo "Installed Tau2 font."
  21. endif
  22.  
  23. echo "Installation complete."
  24.